A. tar
B. cpio
C. cp
D. copy
Advertisement
Related Mcqs:
- Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory ?
- A. copy programs/wb misc/wbx B. cp programs/wb misc/wbx C. tar programs/wb misc/wbx D. copy a:programs/wb b:misc/wbx...
- Which of command is used to copy a file ?
- A. copy B. cp C. cpio D. tar...
- Which command is used to copy a file wb with the same name from the programs directory to the misc directory ?
- A. copy programs/wb misc/wb B. cp programs/wb misc C. tar programs/wb misc/wb D. copy a:programs/wb b:misc/wb...
- The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is _______________?
- A. tee B. tr C. sort D. grep...
- While working with mail command, which command is used to save mail in a separate file ?
- A. s B. r C. w D. d...
- Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory ?
- A. copy wb ../misc collect ../misc mon ../misc B. cp wb collect mon ../misc C. copy wb collect mon /misc D. tar wb collect mon /misc...
- What command is used to copy directory structures in and out ?
- A. copy B. cp – p C. cpio D. cp...
- Which command is used to copy all files having the string chap and any two characters after that to the progs directory ?
- A. cp chap?? progs B. cp chap* progs C. cp chap[12] /progs/*.* D. cp chap?? /progs/*...
- What command is used to assign only read permission to all three categories of the file’letter’ ?
- A. chmod u + r, g + r, o – x letter B. chmod ugo = r letter C. chmod a – rw letter D. chmod go + r letter...
- Which command is used to set the three permissions for all the three categories of users of a file ?
- A. chgrp B. chown C. chmod D. chusr...
Advertisement